﻿/* CSS Document */
*{
	margin:0; 
	padding:0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
body{
  font-size: 14px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  color: #333;
  line-height: 1.4;
}
a {
  text-decoration: none;
  color: #333;
}
ul{
	list-style:none;
	}	
.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
img{
  border:0;
  vertical-align: middle;
}
button,input,textarea{
  outline:none;
  border:0;
  -webkit-appearance: none;
  font-family: unset;
  resize:none;
}
.imgcale {
  overflow: hidden;
}
.imgcale img{
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
}
.imgcale:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*index*/
.header {
  position: relative;
  z-index: 999;
}
.box{
  width: 1200px;
  margin: 0 auto;
}
.header .logo{
  float: left;
  margin: 15px 0;
}
.header .nav{
  float: right;
  font-size: 16px;
}
.header .nav li>a{
  line-height: 87px;
  display: block;
}
.header .nav li{
  float: left;
  position: relative;
  margin-left: 48px;
}
.header .nav li>a.active,.header .nav li:hover>a{
  border-bottom:solid 2px #06a3f2;
  color:#06a3f2; 
}
.header .nav li .nav-down{
  position: absolute;
  top:89px;
  z-index: 99;
  display: none;
  left:-60px;
}
.header .nav li .nav-down a{
  display: block;
  background: #fff;
  width: 180px;
  text-align: center;
  padding: 10px 0;
}
.header .nav li .nav-down a:hover{
  background: #06a3f2;
  color: #fff;
}
/*banner*/
.banner.swiper-container {
  width: 100%;
  background: #fff;
}
.service-banner.swiper-container{
  width: 100%;
  background: #fff;  
}
.swiper-slide a{
  display: block;
  vertical-align: middle;
  width: 100%;
}
.swiper-slide img{
  width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 44px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .5;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
/*首页业务范围*/
.titles{
  text-align: center;
}
.titles h1{
  font-size: 34px;
  font-weight: normal;
}
.titles p{
  color: #999;
  font-size: 16px;
  margin-top: 18px;
}
.business{
  padding:80px 0 100px;
  background: #f7f7f7;
}
.business-list{
  margin-top: 39px;
}
.business-list .ywfw-con p{
  font-size:24px;
  color: #fff;
  text-align: center;
  position: absolute;
  top:calc(50% - 16px);
  width: 100%;
  z-index: 11;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.business-list .ywfw-con span{
  background: rgba(6,163,242,.68);
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left:0;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.business-list .ywfw-con span i{
  background: url(../images/more03.png);
  width: 57px;
  height: 57px;
  background-size: 100%;
  position: absolute;
  left: calc(50% - 28px);
  bottom: -57px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.business-list .ywfw-con:hover p{
  transform: translateY(-30px);
}
.business-list .ywfw-con:hover span{
  height: 100%;
}
.business-list .ywfw-con:hover span i{
  bottom: 30%;
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span{
  background: url(../images/prev.png) no-repeat;
  font-size: 0;
  width: 44px;
  height: 44px;
  display: inline-block;
}
.owl-carousel .owl-nav .owl-next span {
  background: url(../images/next.png) no-repeat;
}
.owl-carousel .owl-nav .owl-prev{
  position: absolute;
  bottom: calc(50% - 22px);
  left: -72px;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: calc(50% - 22px);
  right: -72px;
}
/*首页新闻中心&工程案例*/
.index-new,.index-case{
  width: calc(50% - 30px);
  margin: 81px 0 72px;
}
.index-new .titles,.index-case .titles{
  text-align: left;
  overflow:hidden;
  margin-bottom: 28px;
}
.index-new .titles h1,.index-case .titles h1{
  float: left;
}
.index-new .titles a,.index-case .titles a{
  background: url(../images/more02.png) center no-repeat;
  display: inline-block;
  float: right;
  width: 34px;
  height: 47px;
}
.index-new .new-list .new-top-item {
  margin-bottom: 18px;
}
.index-new .new-list .new-top-item .fl{
  width: 199px;
}
.index-new .new-list .new-top-item .fl img{
  width: 100%;
}
.index-new .new-list .new-top-item .fr{
  width: calc(100% - 220px);
}
.index-new .new-list h3{
  font-size: 16px;
  font-weight:normal;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-new .new-list a:hover h3{
  color: #06a3f2;
}
.index-new .new-list .new-top-item .fr p{
  color: #999;
  margin-top: 10px;
}
.index-new .new-list li{
  overflow:hidden;
  padding: 11px 0;
  border-top:dashed 1px #e3e3e3;
}
.index-new .new-list li:last-child{
  border-bottom:dashed 1px #e3e3e3; 
}
.index-new .new-list li .fl{
  width: 82px;
  color: #999;
}
.index-new .new-list li .fl span{
  display: block;
  font-size:18px;
  color: #333;
}
.index-new .new-list li .fr{
  width: calc(100% - 82px);
}
.index-case .case-list li{
  width: calc(50% - 8px);
  margin-right: 16px;
  overflow:hidden;
  position: relative;
  float: left;
  margin-bottom: 16px;
}
.index-case .case-list li:nth-child(even){
  margin-right: 0;
}
.index-case .case-list li:nth-child(1){
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.index-case .case-list li:nth-child(2){
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.index-case .case-list li:nth-child(3){
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.index-case .case-list li:nth-child(4){
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.index-case .case-list li img{
  width: 100%;
}
.index-case .case-list li span{
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  background: rgba(0,0,0,.5);
  height: 43px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.index-case .case-list li span h2{
  font-size:18px;
  font-weight: normal;
  line-height: 43px;

}
.index-case .case-list li:hover span{
  height: 100%;
  padding: calc(50% - 31px) 0;
}
/*了解更多*/
.index-more{
  padding: 58px 0 70px;
  background: #f7f7f7;
}
.index-more .titles h1{
  text-align: left;
  color: #888787;
  margin-bottom: 40px;
}
.index-more li{
  width: calc(100%/3 - 26px);
  margin-right: 39px;
  float: left;
}
.index-more li:nth-child(3n+0){
  margin-right: 0;
}
.index-more li .index-more-txt{
  margin-top: 38px;
}
.index-more li .index-more-txt h2{
  font-size: 24px;
  font-weight: normal;
}
.index-more li .index-more-txt h2 span{
  color: #999;
  margin-left: 10px;
}
.index-more li .index-more-txt p{
  color: #666;
  margin: 22px 0 50px;
}
.index-more li .index-more-txt a{
  color: #06a3f2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
.index-more li .index-more-txt a i{
  width: 16px;
  height: 16px;
  background: url(../images/more.png);
  display: inline-block;
  margin-bottom: -3px;
  margin-left: 16px;
}
.index-more li .index-more-txt a:hover{
  transform: translateY(-10px);
}
/*footer*/
.footer{
  background: #303030;
  color: #939393;
}
.footer-top {
  padding: 55px 0 30px;
  border-bottom: solid 1px #464545;
}
.footer-top dl{
  float: left;
  margin-right: 60px;
}
.footer-top dt{
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.footer-top dd {
  float: left;
  margin-right: 28px;
}
.footer-top dd a{
  color: #939393;
  line-height: 28px;
  display: block;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-top dd a:hover{
  color: #06a3f2;
}
.footer-top .footer-tel{
  color: #fff;
  background: url(../images/tel.png) left no-repeat;
  padding-left: 56px;
}
.footer-top .footer-tel h2{
  font-size: 21px;
}
.footer-top .footer-ewm{
  width:130px;
  height: 130px;
  margin-left: 52px;
  margin-top: 30px;
}
.footer-bot{
  padding: 24px 0;
}
.footer-bot a{
  color: #939393; 
}
/*关于我们*/
.ny-banner img{
  width: 100%;
}
.type-box{
  background: #f7f7f7;
  padding: 26px 0 16px;
}
.type-box a{
  line-height: 40px;
  padding: 0 25px;
  font-size:16px;
  display: block;
  float: left;
  margin-bottom: 10px;
}
.type-box a.active,.type-box a:hover{
  background: #06a3f2;
  color: #fff;
}
.about-profile {
  margin: 72px 0 90px;
}
.about-profile .fl{
  border-radius: 10px;
  overflow:hidden;
  width: calc(50% - 20px);
}
.about-profile .fr{
  width: calc(50% - 20px);  
}
.about-profile .fr .profile-txt{
  line-height: 28px;
  font-size:16px;
  max-height: 370px;
  overflow-y: auto;
}
.about-profile .fr h2{
  font-size: 30px;
  font-weight:normal;
  line-height: 50px;
  margin-bottom: 10px;
}
.about-profile .fr .profile-txt::-webkit-scrollbar {
  width: 5px; 
}
.about-profile .fr .profile-txt::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e5e5e5;
}
.about-profile .titles,.about-honor .titles{
  margin-bottom: 54px;
}
.about-honor {
  background: #f4faff;
  padding: 67px 0 86px;
}
.honor-list li{
  float: left;
  width: calc(25% - 24px);
  margin-right: 32px;
  margin-bottom: 30px;
  border: solid 1px #e7e7e7;
}
.honor-list li:nth-child(4n+0){
  margin-right: 0;
}
.honor-list li img{
  width: 100%;
}
.honor-list .more a{
  display: block;
  width: 244px;
  line-height: 60px;
  border:solid 1px #06a3f2;
  text-align: center;
  color: #06a3f2;
  font-size:16px;
  margin: 45px auto 0;
}
.honor-list .more a:hover{
  background: #06a3f2;
  color: #fff;
}
.about-culture{
  background: url(../images/culture-bg.jpg) center no-repeat;
  padding: 94px 0 100px;
}
.about-culture .titles{
  color: #fff;
  margin-bottom: 60px;
}
.about-culture .culture-con{
  color: #fff;
  text-align: center;
  background: rgba(255,255,255,.1);
  border:solid 1px #fff;
  padding: 50px 27px 20px;
  height: 290px;
}
.about-culture .culture-con:hover{
  background: rgba(255,255,255,.82);
  color: #06a3f2;
}
.about-culture .culture-con h3{
  font-size:18px;
  line-height: 50px;
}
.about-culture .culture-con h3::after{
  content: "";
  width: 22px;
  height: 3px;
  background: #fff;
  display: block;
  margin: auto;
}
.about-culture .culture-con:hover h3::after{
  background: #06a3f2;
}
.about-culture .culture-con p{
  font-size:16px;
  margin-top: 26px;
  height: 130px;
  overflow-y:auto;
}
.about-culture .culture-con p::-webkit-scrollbar {
  width: 5px; 
}
.about-culture .culture-con p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255,255,255,.5);
}
.about-culture .owl-carousel .owl-nav .owl-prev span,
.about-culture .owl-carousel .owl-nav .owl-next span{
  background: url(../images/prev02.png) no-repeat;
  font-size: 0;
  width: 34px;
  height: 62px;
  display: inline-block;
}
.about-culture .owl-carousel .owl-nav .owl-next span {
  background: url(../images/next02.png) no-repeat;
}
.about-history{
  padding: 96px 0 50px;
}
.about-history .history-list{
  margin-top: 44px;
}
.about-history .history-list li{
  overflow:hidden;
}
.about-history .history-list li .fl{
  width: 140px;
  font-size:24px;
  color: #06a3f2;
  font-weight:bold;
  padding: 33px 0;
  position: relative;
}
.about-history .history-list li .fl::after{
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  background: url(../images/history.png);
  position: absolute;
  right: -10px;
  margin-top: 8px;
}
.about-history .history-list li .fr{
  padding: 40px 0 40px;
  width: calc(100% - 140px);
  padding-left: 30px;
  border-left: solid 1px #d6d7d6;
}
/*小分类*/
.type-box-little{
  text-align: center;
  margin-top: 62px;
}
.type-box-little a{
  display: inline-block;
  border:solid 1px #ccc;
  border-radius:30px;
  padding:0 24px;
  margin: 0 5px;
  line-height: 40px;
  font-size:16px;
  margin-bottom: 10px;
}
.type-box-little a:hover,.type-box-little a.active{
  background: #06a3f2;
  border-color: #06a3f2;
  color: #fff;
}
/*工程案例*/
.main{
  padding: 55px 0 96px;
}
.title02{
  font-size:34px;
  text-align: center;
  margin-bottom: 66px;
}
.case-box .case-item{
  padding: 30px 20px;
  border:dashed 1px #a9e0fc;
  border-radius:10px;
  margin-bottom: 30px;
}
.case-box .case-item .case-item-title{
  font-size: 20px;
  color: #06a3f2;
  font-weight:bold;
  background: url(../images/title-icon.png) left no-repeat;
  padding-left: 44px;
  margin-bottom: 34px;
}
/*人才招聘*/
.job-list li{
  margin-bottom: 20px;
}
.job-list .job-title{
  background: #f6f7fa;
  padding: 26px 30px;
  position: relative;
}
.job-list .job-title h3{
  font-size:18px;
  font-weight:normal;
}
.job-list .job-title p{
  color: #999;
  margin-top: 10px;
}
.job-list .job-title i{
  width: 19px;
  height: 9px;
  background: url(../images/show.png);
  background-repeat: no-repeat;
  background-origin: center;
  background-position:0 0; 
  display: block;
  position: absolute;
  right: 30px;
  top:calc(50% - 5px);
}
.job-list .job-detail{
  background:#f6f7fa;
  padding: 30px 30px 36px;
  display: none;
}
.job-list .job-title.active{
  background-color: #06a3f2;
  color: #fff;
}
.job-list .job-title.active p{
  color: #fff;
}
.job-list .job-title.active i{
  background-position:0 -9px; 
}
.page {
  text-align: center;
  margin-top: 80px;
}
.page a,.page span {
  border: 1px solid #ddd;
  line-height: 35px;
  padding: 0px 14px;
  margin: 0px 7px;
  display: inline-block;
  vertical-align: middle;
}
.page span.current {
  color: #fff;
  background: #06a3f2;
  border-color: #06a3f2;
}
/*新闻中心*/
.new-box .new-top {
  margin-bottom: 40px;
}
.new-box .new-top .new-item{
  width: calc(100%/3 - 20px);
  border:solid 1px #eee;
  margin-right: 30px;
  float: left;
  margin-bottom: 20px;
}
.new-box .new-top .new-item:nth-child(3n+0){
  margin-right: 0;
}
.new-box .new-top .new-item .new-text{
  padding: 22px 18px;
}
.new-box .new-top .new-item .new-text h3{
  font-size:18px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new-box .new-top .new-item .new-text span{
  color: #999;
  margin-top: 30px;
  display: block;
}
.new-box .new-bot li{
  padding: 20px;
  border-top:solid 1px #e6e6e6;
  overflow:hidden;
}
.new-box .new-bot li .imgcale{
  width: 316px;
  float: left;
}
.new-box .new-bot li .new-text{
  width: calc(100% - 316px);
  padding-left: 20px;
  float: left;
}
.new-box .new-bot li .new-text h3{
  font-size: 18px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.new-box .new-bot li .new-text span{
  display: block;
  color: #999;
  margin-top: 16px;
  margin-bottom: 26px;
}
.new-box .new-bot li .new-text p{
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new-box .new-bot li .new-text span.more{
  color: #666;
  margin-top: 36px;
}
.new-box .new-bot li:hover .new-text h3,
.new-box .new-bot li:hover .new-text span.more{
  color: #06a3f2;
}
/*联系方式*/
.contact-box{
  margin-bottom: 106px;
}
.contact-box .titles{
  margin:70px 0 60px;
}
.contact-box .box .fl{
  width: calc(50% - 100px); 
}
.contact-box .contact-item{
  border:dashed 1px #5b5e77;
  padding: 24px;
  overflow:hidden;
  margin-bottom: 31px;
}
.contact-box .contact-item span{
  display: block;
  font-size: 18px;
  padding: 18px 20px 18px 96px;
  background:url(../images/c-tel.png) left center no-repeat;
}
.contact-box .contact-item:nth-child(2) span{
  background:url(../images/c-email.png) left center no-repeat;
}
.contact-box .contact-item:nth-child(3) span{
  background:url(../images/c-add.png) left center no-repeat;
}
.contact-box .box .fr{
  width: 50%;
}
.contact-box .box .fr .input-box{
  margin-bottom: 16px;
}
.contact-box .box .fr .input-box input{
  width: 100%;
  background:#f6f7fa;
  line-height: 32px;
  padding: 10px 22px;
  font-size:16px;
}
.contact-box .box .fr .input-box textarea{
  background:#f6f7fa;
  width: 100%;  
  padding: 10px 22px;
  font-size:16px;
  line-height: 32px;
}
.contact-box .box .fr .input-box button{
  width: 50%;
  background:#06a3f2;
  color: #fff;
  font-size: 16px;
  line-height: 47px;
}
.contact-map {
  width: 100%;
  height: 624px;
}
#container {
  height: 100%;
  width: 100%;
}
.amap-icon img {
  width: 25px;
  height: 34px;
}
/**/
.hidden-menu{
  position: absolute;
  right: 0;
  top:0;
  display: none;
}
.hidden-menu a.navToggle {
  padding: 17px 20px;
}
.hidden-menu a {
  display: block;
  float: left;
  margin-left: 1px;
  background-repeat: no-repeat;
  background-color: #06a3f2;
}
.hidden-menu a.navToggle span {
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 5px 0px;
  display: block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position: relative;
}
.hidden-menu a.closenavbtn {
  padding: 15px 15px 26px;
}
.hidden-menu a.closenavbtn span.line1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 9px;
}
.hidden-menu a.closenavbtn span.line2 {
  display: none;
}
.hidden-menu a.closenavbtn span.line3 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 2px;
}
.Mnav{
  position:fixed;
  z-index:999;
  display:none;
  background:#fff;
  border-top:1px solid #eee;
  top:60px;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  width:100%;
  bottom:0px;
}
.Mnav ul li{
  border-bottom:1px solid #eee;
}
.Mnav ul li>a{
  line-height:47px;
  font-size:16px;
  display:block;
  margin: 0px 2.5%;
}
.Mnav ul li>a{
}
.Mnav ul li>a.cur{
  color:#06a3f2;
  display:block;
}
.Mnav ul li .nav-down{
  background:#f5f5f5;
  display:none;
}

.Mnav ul li .nav-down a{
  display: block;
  line-height: 30px;
  font-size: 14px;
  padding: 8px 5%;
  border-bottom: solid 1px #ececec;
}
.Mnav ul li .nav-down a:last-child{
  border:0;
}
.hidescroll{
  position:fixed;
  top:0;
  height: 100%;
  overflow: hidden;
}
.fixedd{
  position: fixed;
  width: 100%;
  background: #fff;
}
.new-content .new-title{
  padding: 0 0 50px;
  text-align: center;
  border-bottom: solid 1px #eee;
}
.new-content .new-title h1{
  font-size:30px;
}
.new-content .new-title p{
  color: #999;
  margin-top: 20px;
}
.new-content .new-text{
  padding:40px 20px;
}
.new-content .new-link{
  border-top: solid 1px #eee;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.new-content .new-link a {
  color: #999;
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-content .new-link a:hover{
  color: #06a3f2;
}
@media (max-width: 1359px){
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
@media (max-width: 1240px){
  .box{
    width: 95%;
  }
  .footer-top dl {
    margin-right: 10px;
  }
}
@media (max-width: 1199px){
  .nav {
    display: none;
  }
  .hidden-menu{
    display: block;
  }
  .header .logo img {
    height: 40px;
  }
  .header .logo {
    margin: 10px 0;
  }
  .header{
    width: 100%;
    padding: 0 2.5%;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 15px;
  }
}
@media (max-width: 1024px){
  .titles h1 {
    font-size: 28px;
  }
  .titles p {
    margin-top: 5px;
  }
  .business-list {
    margin-top: 24px;
  }
  .business {
    padding: 40px 0;
  }
  .index-new, .index-case {
    margin: 40px 0;
  }
  .index-new .new-list li .fl span {
    font-size: 14px;
  }
  .index-new .new-list li {
    overflow: hidden;
    padding: 2px 0;
  }
  .footer-top dl {
    margin-right: 18px;
  }
  .about-profile {
    margin: 40px 0;
  }
  .about-profile .titles, .about-honor .titles {
    margin-bottom: 24px;
  }
  .about-profile .fr h2 {
    font-size: 24px;
  }
  .about-profile .fr .profile-txt {
    max-height: 285px;
  }
  .about-honor {
    padding: 40px 0;
  }
  .honor-list .more a {
    line-height: 40px;
    margin: 0px auto 0;
  }
  .about-culture {
    padding: 40px 0;
  }
  .about-history {
    padding: 40px 0;
  }
  .about-history .history-list {
    margin-top: 24px;
  }
  .title02 {
    margin-bottom: 36px;
  }
  .main {
    padding: 30px 0;
  }
  .contact-box .titles {
    margin: 40px 0;
  }
  .contact-box .box .fl {
    width: calc(50% - 20px);
  }
  .contact-map {
    height: 424px;
  }
  .contact-box {
    margin-bottom: 36px;
  }
  .page {
    margin-top: 20px;
  }
  .new-content .new-title {
    padding: 0 0 40px;
  }
}
@media (max-width: 1023px) {
  .index-new, .index-case{
    width: 100%;
    float: none;
  }
  .index-more li .index-more-txt h2 {
    font-size: 18px;
  }
  .index-more li .index-more-txt {
    margin-top: 20px;
  }
  .index-more li .index-more-txt p {
    margin: 18px 0;
  }
  .index-more li {
    width: calc(100%/3 - 10px);
    margin-right: 15px;
  }
  .index-more {
    padding: 40px 0;
  }
  .footer-top{
    display: none;
  }
}
@media (max-width: 768px){
  .business-list .ywfw-con p {
    font-size: 18px;
  }
  .type-box a {
    width: calc(100%/3);
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 0;
  }
  .about-profile .fr h2 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 0;
  }
  .about-profile .fl,.about-profile .fr {
    width: calc(50% - 10px);
  }
  .about-profile .fr .profile-txt {
    max-height: 236px;
    font-size: 14px;
    line-height: 24px;
  }
  .about-culture .titles {
    margin-bottom: 20px;
  }
  .title02 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .type-box-little a {
    width: calc(100%/3 - 10px);
    display: block;
    float: left;
    font-size: 14px;
    padding: 0 10px;
  }
  .type-box-little {
    overflow: hidden;
  }
  .type-box-little {
    margin-top: 42px;
  }
  .contact-box .box .fl,.contact-box .box .fr {
    width: 100%;
  }
  .contact-box .contact-item {
    padding: 10px;
  }
  .contact-box .box .fr .input-box button {
    width: 100%;
  }
  .page a {
    line-height: 24px;
    padding: 0px 10px;
    margin: 0px 2px;
  }
}
@media (max-width: 767px){
  .index-more li {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-more li .index-more-txt p {
    margin: 10px 0;
  }
  .footer-bot .fl,.footer-bot .fr{
    float: none;
    text-align: center;
  }
  .about-profile .fl, .about-profile .fr {
    width: 100%;
  }
  .about-profile .fr{
    margin-top: 20px;
  }
  .about-profile {
    margin: 20px 0;
  }
  .honor-list li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .honor-list li:nth-child(even){
    margin-right: 0;
  }
  .case-box .case-item {
    padding: 10px;
  }
  .case-box .case-item .case-item-title {
    margin-bottom: 10px;
  }
  .new-box .new-top .new-item {
    width: 100%;
  }
  .new-box .new-top .new-item .new-text span {
    margin-top: 10px;
  }
  .new-box .new-top .new-item .new-text {
    padding: 10px;
  }
  .new-box .new-top {
    margin-bottom: 0px;
  }
  .new-box .new-bot li .imgcale {
    width: 160px;
  }
  .new-box .new-bot li .new-text {
    width: calc(100% - 160px);
    padding-left: 10px;
  }
  .new-box .new-bot li .new-text h3,.new-box .new-top .new-item .new-text h3 {
    font-size: 16px;
  }
  .new-box .new-bot li .new-text span {
    margin-top: 0;
    margin-bottom: 0;
  }
  .new-box .new-bot li .new-text p {
    -webkit-line-clamp: 1;
  }
  .new-box .new-bot li .new-text span.more {
    margin-top: 15px;
  }
  .new-box .new-bot li {
    padding: 10px 0;
  }
  .new-content .new-title {
    padding: 0 0 20px;
  }
  .new-content .new-title h1 {
    font-size: 24px;
  }
  .new-content .new-text {
    padding: 20px 0;
  }
}
@media (max-width: 478px){
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 8px;
  }
  .business {
    padding: 24px 0;
  }
  .titles h1 {
    font-size: 20px;
  }
  .titles p {
    font-size: 14px;
  }
  .business-list {
    margin-top: 18px;
  }
  .index-new, .index-case{
    margin: 24px 0;
  }
  .index-new .titles, .index-case .titles {
    margin-bottom: 10px;
  }
  .index-new .new-list .new-top-item .fl,
  .index-new .new-list .new-top-item .fr {
    width: 100%;
  }
  .index-new .new-list .new-top-item .fr p {
    margin-top: 0;
  }
  .index-more .titles h1 {
    margin-bottom: 20px;
  }
  .index-more {
    padding: 24px 0;
  }
  .type-box a {
    width: 50%;
    line-height: 20px;
    padding: 10px;
  }
  .type-box {
    padding: 0;
  }
  .type-box .box {
    width: 100%;
  }
  .type-box-little a {
    width: calc(50% - 10px);
  }
  .type-box-little {
    margin-top: 20px;
  }
  .contact-box .titles {
    margin: 24px 0;
  }
  .contact-map {
    height: 224px;
  }
  .job-list .job-title {
    padding: 10px;
  }
  .job-list .job-title i {
    right: 10px;
  }
  .job-list .job-title h3 {
    font-size: 16px;
  }
  .job-list li {
    margin-bottom: 10px;
  }
  .job-list .job-detail {
    padding: 10px;
  }
}